home *** CD-ROM | disk | FTP | other *** search
Makefile | 1990-09-21 | 862 b | 29 lines | [TEXT/MPS ] |
- ObjDir = :o:
- App = sample
- Objects = "{ObjDir}"sample.obj
- Server = mars:people:eric.soldan:
-
- {App} ƒ "{ObjDir}"sample.lnk
- duplicate -y -d "{ObjDir}"sample.bin≈ "{Server}"
- echo "launch" > "{Server}"launch.trigger
- # DuplicateIIGS -y -mac "{ObjDir}"sample.bin≈ :
-
- "{ObjDir}"sample.lnk ƒ "{Objects}" makefile
- LinkIIGS -x ∂
- -lib "{dynamo}"libs:rt.lib "{Objects}" ∂
- -lseg sample1 -org $0800 ∂
- "{ObjDir}"sample.obj(part1) ∂
- "{ObjDir}"sample.obj(strspace) ∂
- -lseg sample2 -org $8000 ∂
- "{ObjDir}"sample.obj(part2) ∂
- -lseg libstuff -org $A000 ∂
- "{dynamo}"libs:rt.lib ∂
- -lseg trash -org $1F00 ∂
- "{ObjDir}"sample.obj(intspace) ∂
- -o "{ObjDir}"sample.lnk
- makebiniigs "{ObjDir}"sample.lnk -o "{ObjDir}"sample.bin
- Delete "{ObjDir}"sample.bin.4
-
- "{ObjDir}"sample.obj ƒ app.config makefile sample.a
- asmiigs sample.a -o "{ObjDir}"sample.obj
-